more descriptive style names for the ComboBox thickness style
authorAlberto Ruiz <aruiz@gnome.org>
Sun, 16 Mar 2008 03:57:38 +0000 (03:57 +0000)
committerAlberto Ruiz <aruiz@src.gnome.org>
Sun, 16 Mar 2008 03:57:38 +0000 (03:57 +0000)
2008-03-16  Alberto Ruiz <aruiz@gnome.org>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive style
names for the ComboBox thickness style

svn path=/trunk/; revision=19888

ChangeLog
modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

index f4a9457c54939db255fd0c28b5bcb079b08ce290..cea2297e531bffe47c629ce45ec0f0c8bd4a1b13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-16  Alberto Ruiz <aruiz@gnome.org>
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive style
+       names for the ComboBox thickness style
+
 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
 
        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
index 07fa1a37293477c76ad11d094eb2c2a0fa090a97..162265f7d7e076b85b5ce87be31d03c3e51838b2 100755 (executable)
@@ -56,14 +56,11 @@ binding "ms-windows-tree-view"
 
 class "GtkTreeView" binding "ms-windows-tree-view"
 
-style "cosa" = "msw-default"
+style "msw-combobox-thickness" = "msw-default"
 {
   xthickness = 0 
   ythickness = 0
-} widget_class "*TreeView*ComboBox*" style "cosa"
+}
 
-style "cosa" = "msw-default"
-{
-  xthickness = 0 
-  ythickness = 0
-} widget_class "*ComboBox*GtkFrame*" style "cosa"
+widget_class "*TreeView*ComboBox*" style "msw-combobox-thickness"
+widget_class "*ComboBox*GtkFrame*" style "msw-combobox-thickness"